home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / dev / mui / MUIPlusPlus.lha / Source / MainHeader / Inheritance < prev    next >
Encoding:
Text File  |  1997-03-15  |  1.4 KB  |  80 lines

  1. ; Inheritance file for use with CreateHeader.rexx
  2. ; Creates main MUI header and library source files
  3. ; Author: Nicholas Allen
  4.  
  5. comment HeaderComment
  6. include HeaderStart
  7. end HeaderEnd
  8. abstract Notify Object
  9. abstract Family Notify
  10. Menustrip Family
  11. Menu Family
  12. Menuitem Family
  13. Application Notify
  14. Window Notify
  15. Aboutmui Window
  16. abstract Area Notify
  17. Rectangle Area
  18. Balance Area
  19. Image Area
  20. Bitmap Area
  21. Bodychunk Bitmap
  22. Text Area
  23. abstract Gadget Area
  24. String Gadget
  25. Boopsi Gadget
  26. Prop Gadget
  27. Gauge Area
  28. Scale Area
  29. Colorfield Area
  30. List Area
  31. Floattext List
  32. Volumelist List
  33. Scrmodelist List
  34. Dirlist List
  35. abstract Numeric Area
  36. Knob Numeric
  37. Levelmeter Numeric
  38. Numericbutton Numeric
  39. Slider Numeric
  40. abstract Framedisplay Area
  41. abstract Popframe Framedisplay
  42. abstract Imagedisplay Area
  43. abstract Popimage Imagedisplay
  44. Pendisplay Area
  45. Poppen Pendisplay
  46. Group Area
  47. abstract Mccprefs Group
  48. Register Group
  49. abstract Penadjust Register
  50. abstract Settingsgroup Group
  51. abstract Settings Group
  52. abstract Frameadjust Group
  53. abstract Imageadjust Group
  54. Virtgroup Group
  55. Scrollgroup Group
  56. Scrollbar Group
  57. Listview List Group
  58. Radio Group
  59. Cycle Group
  60. Coloradjust Group
  61. Palette Group
  62. Popstring Group
  63. Popobject Popstring
  64. Poplist Popobject
  65. Popscreen Popobject
  66. Popasl Popstring
  67. Semaphore Object
  68. Applist Semaphore
  69. Dataspace Semaphore
  70. abstract Configdata Dataspace
  71.  
  72. Label Text
  73. Button Text
  74. Checkmark Image
  75. HSpace Rectangle
  76. VSpace Rectangle
  77. HBar Rectangle
  78. VBar Rectangle
  79. BarTitle Rectangle
  80.